P7R5#sh run
Building configuration...



Current configuration : 4769 bytes
!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname P7R5
!
logging rate-limit console 10 except errors
!
ip subnet-zero
no ip finger
no ip domain-lookup
!
ip multicast-routing
no ip dhcp-client network-discovery
frame-relay de-list 1 protocol ip list 105
!
!
dlsw local-peer peer-id 155.7.32.37 promiscuous
dlsw remote-peer 0 frame-relay interface Serial0 152
dlsw bridge-group 1
!
!
interface Loopback0
 ip address 155.7.100.5 255.255.255.128
!
interface Loopback1
 ip address 155.7.101.133 255.255.255.128
!
interface Loopback2
 ip address 161.7.250.5 255.255.254.0
!
interface Loopback3
 ip address 5.5.5.5 255.255.255.255
!
interface Ethernet0
 ip address 161.7.60.5 255.255.254.0
 ip access-group 104 in
 ip nat outside
 ip pim sparse-mode
 ip igmp static-group 234.34.34.34
 bridge-group 1
!
interface Serial0
 ip address 155.7.32.37 255.255.255.248
 ip access-group 104 in
 ip nat inside
 ip pim sparse-mode
 encapsulation frame-relay
 ip ospf message-digest-key 1 md5 cisco
 ip ospf network broadcast
 ip ospf hello-interval 5
 cdp enable
 frame-relay class FrameShape
 frame-relay traffic-shaping
 frame-relay de-group 1 152
 frame-relay de-group 1 153
 frame-relay map llc2  152 broadcast
 frame-relay map dlsw 152 broadcast
 frame-relay map ip 155.7.32.34 152 broadcast IETF
 frame-relay map ip 155.7.32.35 153 broadcast IETF
 no frame-relay inverse-arp
!
interface Serial1
 ip address 161.7.62.5 255.255.254.0
 ip nat outside
 encapsulation ppp
 bridge-group 1
!
interface TokenRing0
 no ip address
 shutdown
!
router ospf 1
 router-id 5.5.5.5
 log-adjacency-changes
 area 0 authentication message-digest
 area 5 range 155.7.100.0 255.255.254.0
 redistribute rip metric 10 subnets
 network 155.7.32.32 0.0.0.7 area 0
 network 155.7.100.0 0.0.1.255 area 5
!
router rip
 version 1
 redistribute ospf 1 metric 2
 network 161.7.0.0
 distribute-list 100 out ospf 1
!
router bgp 200
 no synchronization
 bgp log-neighbor-changes
 network 155.7.0.0
 aggregate-address 155.7.0.0 255.255.0.0
 redistribute ospf 1 metric 1 match internal external 1 external 2
 neighbor 4.4.4.4 remote-as 100
 neighbor 4.4.4.4 ebgp-multihop 2
 neighbor 4.4.4.4 update-source Loopback3
 neighbor 4.4.4.4 send-community
 neighbor 4.4.4.4 distribute-list 101 out
 neighbor 4.4.4.4 route-map limit155 out
 neighbor 155.7.32.34 remote-as 200
 no auto-summary
!
ip kerberos source-interface any
ip nat pool ToR4 netmask 255.255.255.0
 address 155.7.100.1 155.7.100.50
 address 155.7.100.60 155.7.100.254
ip nat inside source list 103 pool ToR4
ip classless
ip default-network 192.10.32.0
ip route 4.4.4.4 255.255.255.255 Ethernet0
ip route 4.4.4.4 255.255.255.255 Serial1
ip http server
ip pim rp-address 155.7.32.37 2
ip pim rp-address 155.7.32.34 3
!
!
ip access-list extended NoOptions
!
map-class frame-relay FrameShape
 frame-relay cir 128000
 frame-relay bc 300
 frame-relay be 0
 no frame-relay adaptive-shaping
 frame-relay fair-queue
 frame-relay fragment 160
logging 161.7.61.254
access-list 1 deny   177.7.254.4
access-list 1 deny   177.7.252.4
access-list 1 deny   161.7.254.4
access-list 1 deny   161.7.252.4
access-list 1 deny   161.7.62.4
access-list 1 deny   161.7.60.4
access-list 1 deny   155.7.34.2
access-list 1 permit any
access-list 2 permit 234.34.34.34
access-list 3 permit 227.123.123.123
access-list 100 deny   ip host 155.7.0.0 host 255.255.0.0
access-list 100 permit ip any any
access-list 101 deny   ip 161.7.0.0 0.0.255.255 any
access-list 101 permit ip any any
access-list 102 deny   ip host 155.7.0.0 host 255.255.0.0
access-list 102 permit ip 155.7.0.0 0.0.255.255 any
access-list 103 permit ip 155.7.20.0 0.0.0.255 161.7.252.0 16.0.2.255
access-list 104 permit tcp any eq bgp any
access-list 104 permit tcp any any eq bgp
access-list 104 permit udp any eq rip any
access-list 104 permit udp any any eq rip
access-list 104 permit icmp any any echo-reply
access-list 104 permit icmp any any echo
access-list 104 permit tcp any host 192.10.32.254
access-list 104 permit tcp any host 212.12.7.254
access-list 104 permit udp any host 192.10.32.254
access-list 104 permit udp any host 212.12.7.254
access-list 104 permit tcp any 161.7.160.0 0.0.0.255
access-list 104 permit udp any 161.7.160.0 0.0.0.255
access-list 104 permit ospf any any
access-list 105 deny   ospf any any
access-list 105 permit ip any any
route-map limit155 permit 10
 match ip address 102
 set community no-export
!
route-map limit155 permit 20
!
!
bridge 1 protocol ieee
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 transport input none
line aux 0
line vty 0 4
 access-class 1 out
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 no login
!
end

P7R5#